home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / fork.h1 < prev    next >
Encoding:
Text File  |  1997-04-15  |  77 b   |  8 lines

  1. #ifndef FORK_H
  2. #define FORK_H
  3.  
  4. extern int fork();
  5. #define vfork fork
  6.  
  7. #endif
  8.